curl --request GET \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{project_id}/notifications/{id} \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"notification_type": "task_started",
"title": "<string>",
"message": "<string>",
"data": "<unknown>",
"created": "2023-11-07T05:31:56Z",
"modified": "2023-11-07T05:31:56Z",
"is_read": true,
"read_at": "2023-11-07T05:31:56Z"
}Retrieve details of a specific notification
curl --request GET \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{project_id}/notifications/{id} \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"notification_type": "task_started",
"title": "<string>",
"message": "<string>",
"data": "<unknown>",
"created": "2023-11-07T05:31:56Z",
"modified": "2023-11-07T05:31:56Z",
"is_read": true,
"read_at": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).
A UUID string identifying this Project Notification.
Organization ID
Project ID
Notification details retrieved successfully
task_started - Task Startedtask_completed - Task Completedtask_failed - Task Failedinstance_status_changed - Instance Status Changedbackup_completed - Backup Completedsnapshot_created - Snapshot Createdalert_triggered - Alert Triggeredtask_started, task_completed, task_failed, instance_status_changed, backup_completed, snapshot_created, alert_triggered